home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMLABEL / TFMLABEL.txt
Text File  |  2004-09-21  |  2KB  |  108 lines

  1. object FmLabel: TFmLabel
  2.   Left = 291
  3.   Top = 308
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FmLabel'
  7.   ClientHeight = 143
  8.   ClientWidth = 333
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnHide = ClientDataSetFormHide
  18.   OnShow = ClientDataSetFormShow
  19.   DataSource = DM.DsLabels
  20.   OnDataAfterEdit = ClientDataSetFormDataAfterEdit
  21.   OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
  22.   OnDataValidate = ClientDataSetFormDataValidate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 52
  28.     Width = 31
  29.     Height = 13
  30.     Caption = '&Name:'
  31.     FocusControl = EdtName
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 84
  36.     Width = 47
  37.     Height = 13
  38.     Caption = '&Web Site:'
  39.     FocusControl = EdtWebsite
  40.   end
  41.   object BtnOk: TBitBtn
  42.     Left = 160
  43.     Top = 113
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 3
  47.     OnClick = BtnOkClick
  48.     Kind = bkOK
  49.   end
  50.   object BtnCancel: TBitBtn
  51.     Left = 240
  52.     Top = 113
  53.     Width = 75
  54.     Height = 25
  55.     TabOrder = 4
  56.     Kind = bkCancel
  57.   end
  58.   object PnlHeader: TPanel
  59.     Left = 8
  60.     Top = 8
  61.     Width = 313
  62.     Height = 25
  63.     Alignment = taLeftJustify
  64.     BevelOuter = bvNone
  65.     Caption = ' Recording Label'
  66.     Color = clBtnShadow
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindow
  69.     Font.Height = -13
  70.     Font.Name = 'Tahoma'
  71.     Font.Style = [fsBold]
  72.     ParentBackground = False
  73.     ParentFont = False
  74.     TabOrder = 0
  75.   end
  76.   object EdtName: TcxDBTextEdit
  77.     Left = 72
  78.     Top = 48
  79.     Width = 249
  80.     Height = 21
  81.     DataBinding.DataField = 'LabelName'
  82.     DataBinding.DataSource = DM.DsLabels
  83.     Properties.OnChange = EdtNameChange
  84.     Style.StyleController = DM.EditStyles
  85.     TabOrder = 1
  86.   end
  87.   object EdtWebsite: TcxDBHyperLinkEdit
  88.     Left = 72
  89.     Top = 80
  90.     Width = 249
  91.     Height = 21
  92.     DataBinding.DataField = 'Url'
  93.     DataBinding.DataSource = DM.DsLabels
  94.     TabOrder = 2
  95.   end
  96.   object TblLabelsLookup: TEasyTable
  97.     CurrentVersion = '5.72 '
  98.     TableName = 'Labels'
  99.     DatabaseName = 'AudiophilerDb'
  100.     InMemory = False
  101.     AutoIndexes = False
  102.     CacheEnabled = True
  103.     BDELikeFilter = False
  104.     Left = 16
  105.     Top = 104
  106.   end
  107. end
  108.